home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_10082.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  164 lines

  1. -- card: 10082 from stack: in.0-4
  2. -- bmap block id: 13020
  3. -- flags: 0000
  4. -- background id: 8040
  5. -- name: Ex 2.5
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=332 top=193 right=251 bottom=431
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Different text styles in a field
  20. ----- HyperTalk script -----
  21. -- The "HiliteRadio" handler is in the stack script.
  22. on mouseUp
  23.   hide fld "feedback"
  24.   HiliteRadio
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=151 top=192 right=252 bottom=206
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: HOT TEXT
  41. ----- HyperTalk script -----
  42. -- The "HiliteRadio" handler is in the stack script.
  43. on mouseUp
  44.   hide fld "feedback"
  45.   HiliteRadio
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=231 top=191 right=252 bottom=309
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Different Styles of fields
  62. ----- HyperTalk script -----
  63. -- The "HiliteRadio" handler is in the stack script.
  64. on mouseUp
  65.   hide fld "feedback"
  66.   HiliteRadio
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (button)
  72. -- low flags: 00
  73. -- high flags: 0000
  74. -- rect: left=60 top=191 right=251 bottom=115
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Changeable field sizes
  83. ----- HyperTalk script -----
  84. -- The "HiliteRadio" handler is in the stack script.
  85. on mouseUp
  86.   hide fld "feedback"
  87.   HiliteRadio
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 8 (button)
  93. -- low flags: 00
  94. -- high flags: A003
  95. -- rect: left=400 top=298 right=316 bottom=459
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Done
  104. ----- HyperTalk script -----
  105. -- The "checkOneRight" handler is in the stack script.
  106. on mouseUp
  107.   checkOneRight
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 11 (button)
  113. -- low flags: 00
  114. -- high flags: A003
  115. -- rect: left=348 top=320 right=338 bottom=463
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Correct Answer
  124. ----- HyperTalk script -----
  125. -- This handler shows the correct answer.
  126.  
  127. on mouseUp
  128.   hideFeedback
  129.   dehiliteBtns
  130.   set hilite of btn 2 to true
  131.   wait 25
  132.   repeat 2
  133.     set hilite of btn 2 to false
  134.     wait 25
  135.     set hilite of btn 2 to true
  136.     wait 25
  137.   end repeat
  138.   ans 5
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part contents for background part 9
  144. ----- text -----
  145. 5 of 8
  146.  
  147. -- part contents for background part 6
  148. ----- text -----
  149.  
  150.  
  151. You are thinking about making a stack to help non-native speakers of English practice their vocabulary. You would like these students to click on certain words in a field and hear the word pronounced and a definition appear. Which feature of HyperCard fields will help you do this ?
  152.  
  153. -- part contents for background part 20
  154. ----- text -----
  155. 2
  156.  
  157. -- part contents for background part 19
  158. ----- text -----
  159. No; however, you could use this feature to indicate which words can be heard. Try again.
  160. Correct. Hot Text allows you to make words in a field perform actions.
  161. No, the style of a field doesn‚Äôt make certain words perform actions.  Try again.
  162. No, the size of a field doesn‚Äôt affect whether clicking on its contents makes something happen.  Try again.
  163. This is the correct answer. Hot Text allows you to make words in a field perform actions.
  164.